home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-01-15 | 1.6 KB | 71 lines | [TEXT/KAHL] |
- /* Movies Names.c
- A Movies Library
-
- by Jim Batson, Bruce Leak, David Van Brink
- Copyright 1990 Apple Computer, Inc. All rights reserved.
-
- Change History (most recent first):
-
- <2> 8/13/91 JB Updated to lastest error messages
- <1> 9/12/90 dvb first checked in
- */
-
-
- /* Index with "[error - firstMoviesError]" */
- char *moviesErrorNames[] =
- {
- "could Not Resolve Data Ref",
- "bad Image Description",
- "bad Public Movie Atom",
- "cant Find Handler",
- "cant Open Handler",
- "bad Component Type",
- "no Media Handler",
- "no Data Handler",
- "invalid Media",
- "invalid Track",
- "invalid Movie",
- "invalid Sample Table",
- "invalid Data Ref",
- "invalid Handler",
- "invalid Duration",
- "invalid Time",
- "cant Put Public Movie Atom",
- "bad Edit List",
- "media Types Dont Match",
- "progress Proc Aborted",
- "movie Toolbox Uninitialized",
- "wffile Not Found",
- "cant Create Single Fork File",
- "invalid Edit State",
- "non Matching Edit State",
- "stale Edit State",
- "user Data Item Not Found",
- "max Size To Grow Too Small",
- "bad Track Index",
- "track ID Not Found",
- "track Not In Movie",
- "time Not In Track",
- "time Not In Media",
- "bad Edit Index",
- "internal Quick Time Error",
- "cant Enable Track",
- "invalid Rect",
- "invalid Sample Num",
- "invalid Chunk Num",
- "invalid Sample Desc Index",
- "invalid Chunk Cache",
- "invalid Sample Description",
- "data Not Open For Read",
- "data Not Open For Write",
- "data Already Open For Write",
- "data Already Closed",
- "end Of Data Reached",
- "data No Data Ref",
- "no Movie In Data Fork",
- "invalid Data Ref Container",
- "bad Data Ref Index",
- "invalid Blob"
- };
-
-